Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TransformPoints(LeadPointD[],LeadPointD[]) Method








The points to transform.
An array that contains the transformed points.
Transforms the specified points by this LeadMatrix.
Syntax
public void TransformPoints( 
   LeadPointD[] srcPoints,
   LeadPointD[] destPoints
)
'Declaration
 
Public Overloads Sub TransformPoints( _
   ByVal srcPoints() As LeadPointD, _
   ByVal destPoints() As LeadPointD _
) 
'Usage
 
Dim instance As LeadMatrix
Dim srcPoints() As LeadPointD
Dim destPoints() As LeadPointD
 
instance.TransformPoints(srcPoints, destPoints)
public void TransformPoints( 
   LeadPointD[] srcPoints,
   LeadPointD[] destPoints
)
 function Leadtools.LeadMatrix.TransformPoints(LeadPointD[],LeadPointD[])( 
   srcPoints ,
   destPoints 
)
public:
void TransformPoints( 
   array<LeadPointD>^ srcPoints,
   array<LeadPointD>^ destPoints
) 

Parameters

srcPoints
The points to transform.
destPoints
An array that contains the transformed points.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members
Overload List

Error processing SSI file